projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea2f662
)
scrolledwindow: remove unused struct
author
Timm Bäder
<mail@baedert.org>
Thu, 17 Jan 2019 15:02:13 +0000
(16:02 +0100)
committer
Timm Bäder
<mail@baedert.org>
Fri, 18 Jan 2019 18:43:46 +0000
(19:43 +0100)
gtk/gtkscrolledwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkscrolledwindow.c
b/gtk/gtkscrolledwindow.c
index 1495432c9ebf7d7f57b0efb63f706ced22f52dc2..5a6e122c34d41c3fc0f4d114cfe6158bc1e01632 100644
(file)
--- a/
gtk/gtkscrolledwindow.c
+++ b/
gtk/gtkscrolledwindow.c
@@
-212,13
+212,6
@@
typedef struct
guint over_timeout_id;
} Indicator;
-typedef struct
-{
- gdouble dx;
- gdouble dy;
- guint32 evtime;
-} ScrollHistoryElem;
-
typedef struct
{
GtkWidget *hscrollbar;